-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(telemetry): Add telemetry on signals INTELLIJ-180 #119
Conversation
Coverage Report
|
6e6b220
to
cb7b558
Compare
…spections properly
🤖 Benchmark Comparison for
|
🤖 Benchmark Comparison for
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
amazing work 🚀
@@ -206,8 +210,16 @@ internal class DataGripMongoDbDriver( | |||
|
|||
withTimeout(timeout) { | |||
val listOfResults = mutableListOf<T>() | |||
val resultSet = statement.executeQuery() ?: return@withTimeout emptyList() | |||
val queryResult = runCatching { statement.executeQuery() } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice catch 👁️
Description
Checklist
Open Questions